Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: Is anybody using the 64-bit C api (8.0.1 )on Windows Server 2003 64-bit with Domino 8.0.1?
Feedback Type: Question
Product Area: Domino Server
Technical Area: Functionality
Platform: Windows 2003 server
Release: 8.0.1
Reproducible: Always

I'm using the combination of:
-Windows 2003 Server 64-bit
-Domino 8.0.1 64-bit
-C Api 8.0.1 64-bit
-Visual Studio 2005

I'm working on an Extension for the Server. I can compile and I can startup. I am playing around with the extmngr-sample which traps all callbacks.

My problem is that I can't get a "good" pointer to the arguments passed to me.

Here is a piece of my code:

STATUS LNPUBLIC EMHandlerProc( EMRECORD FAR * pExRecord )
{



switch (pExRecord->EId)
{
case EM_NSFNOTEOPEN: {

VARARG_PTR ap;
DBHANDLE dbh;
int i;
ap = pExRecord->Ap;
dbh = VARARG_GET (ap, DBHANDLE);

i = 1;
break;
}

/* before the Database is closed, create all forms, notes, and views */

}

return( ERR_EM_CONTINUE );
}

Whenever I get past the "dbh = VARARG_GET (ap, DBHANDLE);" the program crashes with an access violation.


Any suggestions would be welcome.



Kind regards

Thomas Boesgaard


Feedback number WEBB7CPJHT created by ~Pippy Nonaettu on 03/13/2008


Is anybody using the 64-bit C api (... (~Pippy Nonaettu... 13.Mar.08)
. . same issue (~Vijay Asaniver... 16.Jul.08)
. . . . help on compilation error (~Phil Fezkroplo... 31.Oct.08)
. . . . . . libirc.lib (~Pippy Nonaettu... 13.Nov.08)
. . . . . . . . libirc.lib (~Phil Fezkroplo... 14.Nov.08)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS